Roland McGrath [Mon, 24 May 1993 21:41:18 +0000 (21:41 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 24 May 1993 21:19:42 +0000 (21:19 +0000)]
(x-select-text): New arg PUSH.
Richard M. Stallman [Mon, 24 May 1993 21:19:26 +0000 (21:19 +0000)]
(x-set-cut-buffer): New arg PUSH.
Richard M. Stallman [Mon, 24 May 1993 21:19:08 +0000 (21:19 +0000)]
(kill-new): Pass t as 2nd arg to interprogram-cut-function.
Jim Blandy [Mon, 24 May 1993 21:13:21 +0000 (21:13 +0000)]
* disp-table.el (standard-display-default): New function.
(standard-display-european): New command.
Richard M. Stallman [Mon, 24 May 1993 21:09:38 +0000 (21:09 +0000)]
(Fread_file_name): If input is empty, do return the default
even if !insert_default_directory.
Jim Blandy [Mon, 24 May 1993 20:57:32 +0000 (20:57 +0000)]
* buffer.c (Fmake_overlay): Put beg and end in the
right order.
(Fmove_overlay): If beg and end are markers, make sure they're in
the right buffer.
Richard M. Stallman [Mon, 24 May 1993 19:54:15 +0000 (19:54 +0000)]
(XTread_socket): For ConfigureNotify event,
translate coordinates if send_event field is false
provided the x-coord value is not large.
Richard M. Stallman [Mon, 24 May 1993 18:46:13 +0000 (18:46 +0000)]
(shell-command): Don't activate mark even momentarily.
Jim Blandy [Mon, 24 May 1993 18:05:21 +0000 (18:05 +0000)]
* make-docfile.c: Doc fix.
Richard M. Stallman [Mon, 24 May 1993 17:45:04 +0000 (17:45 +0000)]
Fix typo in last change.
Richard M. Stallman [Mon, 24 May 1993 17:44:37 +0000 (17:44 +0000)]
(NO_MATHERR): Defined.
Richard M. Stallman [Mon, 24 May 1993 17:44:10 +0000 (17:44 +0000)]
[NO_MATHERR]: Undef HAVE_MATHERR.
Jim Blandy [Mon, 24 May 1993 17:43:47 +0000 (17:43 +0000)]
* configure.in: For generic IBM PC boxes, insist on "unknown" for
the manufacturer - the more general case was blocking other i386
configuration names below, and that's how the names are written in
MACHINES anyway.
Richard M. Stallman [Mon, 24 May 1993 17:13:24 +0000 (17:13 +0000)]
(create_process): Ignore retval from TIOCSTTY.
(sys_siglist) [LINUX]: Don't even declare it.
Jim Blandy [Mon, 24 May 1993 16:18:33 +0000 (16:18 +0000)]
* make-dist: When breaking links, remove the link before moving
the copy onto it, to avoid interactive behavior.
Jim Blandy [Mon, 24 May 1993 16:01:41 +0000 (16:01 +0000)]
* Makefile.in: Doc fix.
Jim Blandy [Mon, 24 May 1993 15:59:44 +0000 (15:59 +0000)]
* Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
appropriate.
Jim Blandy [Mon, 24 May 1993 15:57:15 +0000 (15:57 +0000)]
*** empty log message ***
Jim Blandy [Mon, 24 May 1993 15:39:31 +0000 (15:39 +0000)]
* timer.c (xmalloc): Include definition for this, to placate the C
version of alloca.
* Makefile.in (timer.o): Link with alloca.o, if it's appropriate.
Jim Blandy [Mon, 24 May 1993 15:22:47 +0000 (15:22 +0000)]
* fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to
ro_fsys, not XSTRING (foo).
Jim Blandy [Mon, 24 May 1993 15:04:07 +0000 (15:04 +0000)]
* xterm.c (x_new_font): Reject fonts with varying spacing. We
don't support them yet.
* xfns.c (x_set_font): Report the error message properly.
Jim Blandy [Mon, 24 May 1993 15:03:32 +0000 (15:03 +0000)]
* xterm.c (x_new_font): Reject fonts with varying spacing. We
don't support them yet.
* xfns.c (x_set_font): Report the error message properly.
* xfns.c (Fx_parse_geometry): No need to call check_x here; it
doesn't interact with the server at all, and we need it in order
to create our first frame.
Jim Blandy [Mon, 24 May 1993 15:01:31 +0000 (15:01 +0000)]
* s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.
* s/linux.h (HAVE_SETSID): Defined.
(HAVE_SOCKETS): Defined.
Jim Blandy [Mon, 24 May 1993 08:01:32 +0000 (08:01 +0000)]
* case-table.el, disp-table.el, finder.el, iso-ascii.el,
iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
swedish.el: Change "i14n" keyword to "i18n".
* finder.el (finder-compile-keywords): Replacement unnecessary.
Jim Blandy [Mon, 24 May 1993 07:55:58 +0000 (07:55 +0000)]
Change "i14n" keyword to "i18n".
Jim Blandy [Mon, 24 May 1993 07:02:01 +0000 (07:02 +0000)]
* configure.in: Doc fix.
Jim Blandy [Mon, 24 May 1993 06:08:13 +0000 (06:08 +0000)]
* configure.in: Add support for the `--exec-prefix' option.
* Makefile.in: Accept that support.
* configure.in: Use the AC_PROG_INSTALL macro.
* Makefile.in (INSTALL): Variable removed.
(INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
Jim Blandy [Mon, 24 May 1993 05:54:23 +0000 (05:54 +0000)]
* Makefile.in (install): Refer to the variables INSTALLABLES and
INSTALLABLE_SCRIPTS, instead of writing them out.
Jim Blandy [Mon, 24 May 1993 05:12:22 +0000 (05:12 +0000)]
* syssignal.h (sys_signal): Declare the second argument to have
type signal_handler_t. We're told this is necessary for Linux.
Richard M. Stallman [Mon, 24 May 1993 05:06:35 +0000 (05:06 +0000)]
(menu-bar-mode): Doc fix.
Jim Blandy [Mon, 24 May 1993 05:06:15 +0000 (05:06 +0000)]
* configure.in: Distinguish between hp800's and hp700's by calling
"uname -m".
* configure.in: Distinguish between hp800's and hp700's by calling
"uname -m".
Richard M. Stallman [Mon, 24 May 1993 05:02:24 +0000 (05:02 +0000)]
(NO_GET_LOAD_AVG): Define, if __GNUC__.
Jim Blandy [Mon, 24 May 1993 03:39:58 +0000 (03:39 +0000)]
* s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy [Mon, 24 May 1993 02:32:33 +0000 (02:32 +0000)]
* syssignal.h: Don't #include <signal.h>
* alloc.c: #include <signal.h>, but before "config.h".
Jim Blandy [Mon, 24 May 1993 02:12:13 +0000 (02:12 +0000)]
* lucid.el (switch-to-other-buffer): Build the list of acceptable
buffers properly.
Jim Blandy [Mon, 24 May 1993 01:58:58 +0000 (01:58 +0000)]
* faces.el (make-face): Change interactive spec to 'S'.
Richard M. Stallman [Mon, 24 May 1993 00:12:05 +0000 (00:12 +0000)]
(ange-ftp-raw-send-cmd): Allow quitting during accept-process-output.
Richard M. Stallman [Mon, 24 May 1993 00:04:18 +0000 (00:04 +0000)]
(check_x): New function.
Call it in almost every Lisp function in this file.
(x_set_menu_bar_lines_1): Pass both args in recursive call.
Richard M. Stallman [Mon, 24 May 1993 00:03:08 +0000 (00:03 +0000)]
(Fset_face_attribute_internal): Don't call unload_font
for the frame's own font.
Richard M. Stallman [Mon, 24 May 1993 00:00:19 +0000 (00:00 +0000)]
(calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Default to nil if the locale never has DST.
Richard M. Stallman [Sun, 23 May 1993 23:10:14 +0000 (23:10 +0000)]
(finder-known-keywords): Use i18n, not i14n.
(finder-compile-keywords): Substitute i18n for i14n.
Turn off undo in *finder-scratch*. Ignore file names starting with =.
(finder-mode, finder-current-item): Rename headmark to finder-headmark.
(finder-list-matches, finder-list-keywords): Likewise.
Richard M. Stallman [Sun, 23 May 1993 22:45:18 +0000 (22:45 +0000)]
Call set-case-..., not standard-case-...
Richard M. Stallman [Sun, 23 May 1993 22:41:44 +0000 (22:41 +0000)]
(Fcurrent_time_zone): Make `am' an int, not long.
Jim Blandy [Sun, 23 May 1993 22:31:53 +0000 (22:31 +0000)]
Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
using GCC.
(NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
* s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0
already declares this elsewhere.
(PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it.
* m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h,
s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.
* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
using GCC.
Jim Blandy [Sun, 23 May 1993 22:30:42 +0000 (22:30 +0000)]
Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
using GCC.
(NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
* s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0
already declares this elsewhere.
(PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it.
* m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h,
s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.
Jim Blandy [Sun, 23 May 1993 22:09:09 +0000 (22:09 +0000)]
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
Jim Blandy [Sun, 23 May 1993 22:08:57 +0000 (22:08 +0000)]
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
Jim Blandy [Sun, 23 May 1993 22:03:39 +0000 (22:03 +0000)]
Remove HAVE_RENAME; configure guesses that now.
Jim Blandy [Sun, 23 May 1993 21:49:20 +0000 (21:49 +0000)]
* Makefile.in (C_SWITCH_X_SITE): New variable - get this from
configure.in.
(oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
Jim Blandy [Sun, 23 May 1993 21:35:48 +0000 (21:35 +0000)]
* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the
#defines to #undef's, so ../configure knows it should tweak them.
Jim Blandy [Sun, 23 May 1993 21:16:12 +0000 (21:16 +0000)]
* make-dist: Break intra-tree links.
Jim Blandy [Sun, 23 May 1993 21:04:16 +0000 (21:04 +0000)]
* configure.in: Explain that this is an autoconf script, and give
instructions for rebuilding configure from it. Arrange to put
comments in configure explaining this too.
Jim Blandy [Sun, 23 May 1993 20:50:09 +0000 (20:50 +0000)]
* configure.in: Explain that this is an autoconf script.
Jim Blandy [Sun, 23 May 1993 20:39:16 +0000 (20:39 +0000)]
* configure.in: Make the first line of the configure script be
"#!/bin/sh". Leaving the first line blank didn't work.
Jim Blandy [Sun, 23 May 1993 20:04:26 +0000 (20:04 +0000)]
* xterm.c (x_scroll_bar_report_motion): Set *TIME whether or not
the mouse is over a scroll bar.
Jim Blandy [Sun, 23 May 1993 20:01:34 +0000 (20:01 +0000)]
* xfaces.c (Fset_face_attribute_internal): Don't free the frame's
normal_gc or reverse_gc.
Jim Blandy [Sun, 23 May 1993 19:52:07 +0000 (19:52 +0000)]
* keyboard.c (make_lispy_movement): Deal properly with mouse
motion outside of all windows.
Jim Blandy [Sun, 23 May 1993 19:23:38 +0000 (19:23 +0000)]
* lisp.h (GLYPH_FACE): Remember that the face portion of a glyph
can be 24 bits, not just eight.
Richard M. Stallman [Sun, 23 May 1993 18:52:53 +0000 (18:52 +0000)]
(main): Return 0.
Richard M. Stallman [Sun, 23 May 1993 18:09:41 +0000 (18:09 +0000)]
Move signal.h and stdio.h before config.h.
Richard M. Stallman [Sun, 23 May 1993 18:04:25 +0000 (18:04 +0000)]
(Fcurrent_time_zone): Assign gmt, instead of init.
Jim Blandy [Sun, 23 May 1993 04:42:38 +0000 (04:42 +0000)]
* configure.in (long_usage): Removed; made short_usage describe
the options.
* configure.in: Implement the --prefix option.
* Makefile.in (prefix): Add support for it here.
Jim Blandy [Sun, 23 May 1993 04:42:11 +0000 (04:42 +0000)]
* configure.in: Implement the --prefix option.
* Makefile.in (prefix): Add support for it here.
* Makefile.in (install): Don't assume that the files in the `info'
subdirectory match *.info. They don't have that prefix.
Jim Blandy [Sun, 23 May 1993 02:53:53 +0000 (02:53 +0000)]
* configure.in: Add case for version 5 of Esix.
Jim Blandy [Sun, 23 May 1993 00:15:29 +0000 (00:15 +0000)]
Remove duplicate cp command from `man' section.
Jim Blandy [Sun, 23 May 1993 00:08:34 +0000 (00:08 +0000)]
* make-dist: There aren't any *.com files in lib-src anymore.
* make-dist: Copy texinfo.tex and texindex.c, rather than linking
them; they're symlinks to other filesystems on the GNU machines.
Jim Blandy [Sat, 22 May 1993 23:44:10 +0000 (23:44 +0000)]
* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k,
not 196k. We're actually using ~180k.
Jim Blandy [Sat, 22 May 1993 23:43:29 +0000 (23:43 +0000)]
* Makefile.in (SUBMAKEFLAGS): Add CFLAGS to the list.
Roland McGrath [Sat, 22 May 1993 22:33:19 +0000 (22:33 +0000)]
(vc-comment-to-change-log): Don't take FILE argument, since
vc-update-change-log doesn't support it anyway.
Don't bind default-directory. Instead pass second arg to file-relative-name.
(vc-update-change-log): Use find-change-log instead of hardcoding.
Jim Blandy [Sat, 22 May 1993 22:09:25 +0000 (22:09 +0000)]
* cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
from floor, ceiling, truncate, and round; the old names conflict
with built-in functions.
Richard M. Stallman [Sat, 22 May 1993 22:07:57 +0000 (22:07 +0000)]
(scan_lisp_file): Recognize defalias like fset.
Richard M. Stallman [Sat, 22 May 1993 22:06:48 +0000 (22:06 +0000)]
(display_text_line): Highlight in any frame's sel window.
(display_text_line): Highlight only in selected window.
Richard M. Stallman [Sat, 22 May 1993 22:04:07 +0000 (22:04 +0000)]
(x_window_to_frame): Use XGCTYPE.
Richard M. Stallman [Sat, 22 May 1993 22:02:35 +0000 (22:02 +0000)]
(event-modifiers): Doc fix.
Jim Blandy [Sat, 22 May 1993 21:45:31 +0000 (21:45 +0000)]
* editfns.c: #include <sys/types.h>, to get time_t for Eggert's
changes.
Jim Blandy [Sat, 22 May 1993 21:34:42 +0000 (21:34 +0000)]
Updated copyright years.
Richard M. Stallman [Sat, 22 May 1993 21:25:32 +0000 (21:25 +0000)]
(gud-def): Fix inclusion of the define-key.
(gdb, sdb, dbx): Change bindings from letters to control chars.
(gud-common-init): Add save-excursion.
(gud-display-line): Don't mess with buffer-read-only.
(gud-filter): Set output-after-point *after* deleting old prompt.
Jim Blandy [Sat, 22 May 1993 21:25:01 +0000 (21:25 +0000)]
* make-dist: Check that the manual reflects the same version of
Emacs as stated in lisp/version.el. Edit that version number into
the README file.
Jim Blandy [Sat, 22 May 1993 20:57:31 +0000 (20:57 +0000)]
* xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
that feature requires more support to work correctly.
Update copyright years.
Richard M. Stallman [Sat, 22 May 1993 20:25:08 +0000 (20:25 +0000)]
(event-modifiers): Function deleted.
(read-command-event): For switch-frame event, call select-frame.
Richard M. Stallman [Sat, 22 May 1993 18:27:07 +0000 (18:27 +0000)]
(modifier_names): Update to match *_modifier in termhooks.
Richard M. Stallman [Sat, 22 May 1993 18:23:31 +0000 (18:23 +0000)]
(describe-key, describe-key-briefly):
Discard the click or drag that follows a down event.
Jim Blandy [Sat, 22 May 1993 17:57:17 +0000 (17:57 +0000)]
(make_ctrl_char): New function.
(make_lispy_event): Call it.
Jim Blandy [Sat, 22 May 1993 09:13:57 +0000 (09:13 +0000)]
* xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
that feature requires more support to work correctly.
Jim Blandy [Sat, 22 May 1993 08:30:16 +0000 (08:30 +0000)]
*** empty log message ***
Jim Blandy [Sat, 22 May 1993 08:16:25 +0000 (08:16 +0000)]
*** empty log message ***
Jim Blandy [Sat, 22 May 1993 07:51:26 +0000 (07:51 +0000)]
* keyboard.c (make_ctrl_char): New function.
(read_char): Call it.
(kbd_buffer_store_event): Call it to see if the new character is
the quit character.
Jim Blandy [Sat, 22 May 1993 07:25:53 +0000 (07:25 +0000)]
*** empty log message ***
Noah Friedman [Sat, 22 May 1993 05:54:38 +0000 (05:54 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 22 May 1993 04:21:25 +0000 (04:21 +0000)]
(pending-undo-list): Var declared.
Richard M. Stallman [Sat, 22 May 1993 04:19:14 +0000 (04:19 +0000)]
(apropos-print-matches): Bind tem.
Jim Blandy [Sat, 22 May 1993 00:24:21 +0000 (00:24 +0000)]
* holidays.el: Update reference to the papers in S-P&E.
(filter-visible-calendar-holidays): Test for nil date.
Jim Blandy [Sat, 22 May 1993 00:12:17 +0000 (00:12 +0000)]
* process.c (Fopen_network_stream): Deal with older systems, which
only have the h_addr field in their struct hostent.
Jim Blandy [Fri, 21 May 1993 23:47:10 +0000 (23:47 +0000)]
* systty.h [SYSV_PTYS]: #include <sys/types.h>. Francesco
Potorti` <pot@fly.CNUCE.CNR.IT> says it's necessary on his
machine, and it should be harmless.
Richard M. Stallman [Fri, 21 May 1993 23:42:36 +0000 (23:42 +0000)]
(wait_for_termination): Copy code from 18.59 (but sans BSD4_1 alternatives).
Jim Blandy [Fri, 21 May 1993 23:39:17 +0000 (23:39 +0000)]
*** empty log message ***
Jim Blandy [Fri, 21 May 1993 22:52:55 +0000 (22:52 +0000)]
* s/linux.h: Remove copyright notices by Michael K. Johnson and
Rik Faith. They have both sent in papers now which make their
changes public domain.
Jim Blandy [Fri, 21 May 1993 22:33:45 +0000 (22:33 +0000)]
* sysdep.c (sys_suspend): Set synch_process_alive, so that
wait_for_termination has something to wait for.
Jim Blandy [Fri, 21 May 1993 21:33:34 +0000 (21:33 +0000)]
* configure.in: Remove the hack of AC_DEFINE; use
AC_DEFINE_UNQUOTED.